IReadOnlyList<T>.Item[Integer] Property

Gets the element at the specified index in the read-only list.

Namespace: Spring.Collections
public
 property Item[index: Integer]: T read GetItem; default;

Parameters

index
Type: Integer

The zero-based index of the element to get.

Property Value

Type: T

The element at the specified index in the read-only list.